github.com/krum110487/go-htaccess@v0.0.0-20240316004156-60641c8e7598/tests/data/php/php_delete_later if no issues found/readme-redist-bins.txt (about)

     1   1. libmagic (ext/fileinfo) see ext/fileinfo/libmagic/LICENSE
     2   2. libmbfl (ext/mbstring) see ext/mbstring/libmbfl/LICENSE
     3   3. pcre2lib (ext/pcre)
     4   4. ext/standard crypt
     5   5. ext/standard crypt's blowfish implementation
     6   6. ext/standard/rand
     7   7. ext/standard/scanf
     8   8. ext/standard/strnatcmp.c
     9   9. ext/standard/uuencode
    10  10. main/snprintf.c
    11  11. main/strlcat
    12  12. main/strlcpy
    13  13. libgd (ext/gd)
    14  14. ext/phar portions of tar implementations
    15  15. ext/phar/zip.c portion extracted from libzip
    16  16. libbcmath (ext/bcmath) see ext/bcmath/libbcmath/LICENSE
    17  17. ext/mbstring/ucgendat portions based on the ucgendat.c from the OpenLDAP
    18  18. avifinfo (ext/standard/libavifinfo) see ext/standard/libavifinfo/LICENSE
    19  19. xxHash (ext/hash/xxhash)
    20  
    21  
    22  3. pcre2lib (ext/pcre)
    23  
    24  PCRE2 LICENCE
    25  -------------
    26  
    27  PCRE2 is a library of functions to support regular expressions whose syntax
    28  and semantics are as close as possible to those of the Perl 5 language.
    29  
    30  Releases 10.00 and above of PCRE2 are distributed under the terms of the "BSD"
    31  licence, as specified below, with one exemption for certain binary
    32  redistributions. The documentation for PCRE2, supplied in the "doc" directory,
    33  is distributed under the same terms as the software itself. The data in the
    34  testdata directory is not copyrighted and is in the public domain.
    35  
    36  The basic library functions are written in C and are freestanding. Also
    37  included in the distribution is a just-in-time compiler that can be used to
    38  optimize pattern matching. This is an optional feature that can be omitted when
    39  the library is built.
    40  
    41  
    42  THE BASIC LIBRARY FUNCTIONS
    43  ---------------------------
    44  
    45  Written by:       Philip Hazel
    46  Email local part: ph10
    47  Email domain:     cam.ac.uk
    48  
    49  University of Cambridge Computing Service,
    50  Cambridge, England.
    51  
    52  Copyright (c) 1997-2019 University of Cambridge
    53  All rights reserved.
    54  
    55  
    56  PCRE2 JUST-IN-TIME COMPILATION SUPPORT
    57  --------------------------------------
    58  
    59  Written by:       Zoltan Herczeg
    60  Email local part: hzmester
    61  Email domain:     freemail.hu
    62  
    63  Copyright(c) 2010-2019 Zoltan Herczeg
    64  All rights reserved.
    65  
    66  
    67  STACK-LESS JUST-IN-TIME COMPILER
    68  --------------------------------
    69  
    70  Written by:       Zoltan Herczeg
    71  Email local part: hzmester
    72  Email domain:     freemail.hu
    73  
    74  Copyright(c) 2009-2019 Zoltan Herczeg
    75  All rights reserved.
    76  
    77  
    78  THE "BSD" LICENCE
    79  -----------------
    80  
    81  Redistribution and use in source and binary forms, with or without
    82  modification, are permitted provided that the following conditions are met:
    83  
    84      * Redistributions of source code must retain the above copyright notices,
    85        this list of conditions and the following disclaimer.
    86  
    87      * Redistributions in binary form must reproduce the above copyright
    88        notices, this list of conditions and the following disclaimer in the
    89        documentation and/or other materials provided with the distribution.
    90  
    91      * Neither the name of the University of Cambridge nor the names of any
    92        contributors may be used to endorse or promote products derived from this
    93        software without specific prior written permission.
    94  
    95  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
    96  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    97  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    98  ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
    99  LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
   100  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
   101  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
   102  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
   103  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   104  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
   105  POSSIBILITY OF SUCH DAMAGE.
   106  
   107  
   108  EXEMPTION FOR BINARY LIBRARY-LIKE PACKAGES
   109  ------------------------------------------
   110  
   111  The second condition in the BSD licence (covering binary redistributions) does
   112  not apply all the way down a chain of software. If binary package A includes
   113  PCRE2, it must respect the condition, but if package B is software that
   114  includes package A, the condition is not imposed on package B unless it uses
   115  PCRE2 independently.
   116  
   117  End
   118  
   119  
   120  4. ext/standard crypt
   121  
   122  FreeSec: libcrypt for NetBSD
   123  
   124  Copyright (c) 1994 David Burren
   125  All rights reserved.
   126  
   127  Redistribution and use in source and binary forms, with or without
   128  modification, are permitted provided that the following conditions
   129  are met:
   130  1. Redistributions of source code must retain the above copyright
   131     notice, this list of conditions and the following disclaimer.
   132  2. Redistributions in binary form must reproduce the above copyright
   133     notice, this list of conditions and the following disclaimer in the
   134     documentation and/or other materials provided with the distribution.
   135  3. Neither the name of the author nor the names of other contributors
   136     may be used to endorse or promote products derived from this software
   137     without specific prior written permission.
   138  
   139  THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
   140  ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   141  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   142  ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
   143  FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   144  DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   145  OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   146  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   147  LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   148  OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   149  SUCH DAMAGE.
   150  
   151  
   152  5. ext/standard crypt's blowfish implementation
   153  
   154  The crypt_blowfish homepage is:
   155  
   156  http://www.openwall.com/crypt/
   157  
   158  This code comes from John the Ripper password cracker, with reentrant
   159  and crypt(3) interfaces added, but optimizations specific to password
   160  cracking removed.
   161  
   162  Written by Solar Designer <solar at openwall.com> in 1998-2011.
   163  No copyright is claimed, and the software is hereby placed in the public
   164  domain. In case this attempt to disclaim copyright and place the software
   165  in the public domain is deemed null and void, then the software is
   166  Copyright (c) 1998-2011 Solar Designer and it is hereby released to the
   167  general public under the following terms:
   168  
   169  Redistribution and use in source and binary forms, with or without
   170  modification, are permitted.
   171  
   172  There's ABSOLUTELY NO WARRANTY, express or implied.
   173  
   174  It is my intent that you should be able to use this on your system,
   175  as part of a software package, or anywhere else to improve security,
   176  ensure compatibility, or for any other purpose. I would appreciate
   177  it if you give credit where it is due and keep your modifications in
   178  the public domain as well, but I don't require that in order to let
   179  you place this code and any modifications you make under a license
   180  of your choice.
   181  
   182  This implementation is mostly compatible with OpenBSD's bcrypt.c (prefix
   183  "$2a$") by Niels Provos <provos at citi.umich.edu>, and uses some of his
   184  ideas. The password hashing algorithm was designed by David Mazieres
   185  <dm at lcs.mit.edu>. For more information on the level of compatibility,
   186  please refer to the comments in BF_set_key() and to the crypt(3) man page
   187  included in the crypt_blowfish tarball.
   188  
   189  There's a paper on the algorithm that explains its design decisions:
   190  
   191  http://www.usenix.org/events/usenix99/provos.html
   192  
   193  Some of the tricks in BF_ROUND might be inspired by Eric Young's
   194  Blowfish library (I can't be sure if I would think of something if I
   195  hadn't seen his code).
   196  
   197  
   198  6. ext/standard/rand
   199  
   200  The following php_mt_...() functions are based on a C++ class MTRand by
   201  Richard J. Wagner. For more information see the web page at
   202  http://www-personal.engin.umich.edu/~wagnerr/MersenneTwister.html
   203  
   204  Mersenne Twister random number generator -- a C++ class MTRand
   205  Based on code by Makoto Matsumoto, Takuji Nishimura, and Shawn Cokus
   206  Richard J. Wagner  v1.0  15 May 2003  rjwagner@writeme.com
   207  
   208  The Mersenne Twister is an algorithm for generating random numbers.  It
   209  was designed with consideration of the flaws in various other generators.
   210  The period, 2^19937-1, and the order of equidistribution, 623 dimensions,
   211  are far greater.  The generator is also fast; it avoids multiplication and
   212  division, and it benefits from caches and pipelines.  For more information
   213  see the inventors' web page at http://www.math.keio.ac.jp/~matumoto/emt.html
   214  
   215  Reference
   216  M. Matsumoto and T. Nishimura, "Mersenne Twister: A 623-Dimensionally
   217  Equidistributed Uniform Pseudo-Random Number Generator", ACM Transactions on
   218  Modeling and Computer Simulation, Vol. 8, No. 1, January 1998, pp 3-30.
   219  
   220  Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura,
   221  Copyright (C) 2000 - 2003, Richard J. Wagner
   222  All rights reserved.
   223  
   224  Redistribution and use in source and binary forms, with or without
   225  modification, are permitted provided that the following conditions
   226  are met:
   227  
   228  1. Redistributions of source code must retain the above copyright
   229     notice, this list of conditions and the following disclaimer.
   230  
   231  2. Redistributions in binary form must reproduce the above copyright
   232     notice, this list of conditions and the following disclaimer in the
   233     documentation and/or other materials provided with the distribution.
   234  
   235  3. The names of its contributors may not be used to endorse or promote
   236     products derived from this software without specific prior written
   237     permission.
   238  
   239  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   240  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   241  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
   242  A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR
   243  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
   244  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
   245  PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
   246  PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
   247  LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
   248  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
   249  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   250  
   251  
   252  7. ext/standard/scanf
   253  
   254  scanf.c --
   255  
   256  This file contains the base code which implements sscanf and by extension
   257  fscanf. Original code is from TCL8.3.0 and bears the following copyright:
   258  
   259  This software is copyrighted by the Regents of the University of
   260  California, Sun Microsystems, Inc., Scriptics Corporation,
   261  and other parties.  The following terms apply to all files associated
   262  with the software unless explicitly disclaimed in individual files.
   263  
   264  The authors hereby grant permission to use, copy, modify, distribute,
   265  and license this software and its documentation for any purpose, provided
   266  that existing copyright notices are retained in all copies and that this
   267  notice is included verbatim in any distributions. No written agreement,
   268  license, or royalty fee is required for any of the authorized uses.
   269  Modifications to this software may be copyrighted by their authors
   270  and need not follow the licensing terms described here, provided that
   271  the new terms are clearly indicated on the first page of each file where
   272  they apply.
   273  
   274  IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY
   275  FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
   276  ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY
   277  DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE
   278  POSSIBILITY OF SUCH DAMAGE.
   279  
   280  THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES,
   281  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY,
   282  FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.  THIS SOFTWARE
   283  IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE
   284  NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR
   285  MODIFICATIONS.
   286  
   287  GOVERNMENT USE: If you are acquiring this software on behalf of the
   288  U.S. government, the Government shall have only "Restricted Rights"
   289  in the software and related documentation as defined in the Federal
   290  Acquisition Regulations (FARs) in Clause 52.227.19 (c) (2).  If you
   291  are acquiring the software on behalf of the Department of Defense, the
   292  software shall be classified as "Commercial Computer Software" and the
   293  Government shall have only "Restricted Rights" as defined in Clause
   294  252.227-7013 (c) (1) of DFARs.  Notwithstanding the foregoing, the
   295  authors grant the U.S. Government and others acting in its behalf
   296  permission to use and distribute the software in accordance with the
   297  terms specified in this license.
   298  
   299  
   300  8. ext/standard/strnatcmp.c
   301  
   302  strnatcmp.c -- Perform 'natural order' comparisons of strings in C.
   303  Copyright (C) 2000 by Martin Pool <mbp@humbug.org.au>
   304  
   305  This software is provided 'as-is', without any express or implied
   306  warranty.  In no event will the authors be held liable for any damages
   307  arising from the use of this software.
   308  
   309  Permission is granted to anyone to use this software for any purpose,
   310  including commercial applications, and to alter it and redistribute it
   311  freely, subject to the following restrictions:
   312  
   313  1. The origin of this software must not be misrepresented; you must not
   314     claim that you wrote the original software. If you use this software
   315     in a product, an acknowledgment in the product documentation would be
   316     appreciated but is not required.
   317  2. Altered source versions must be plainly marked as such, and must not be
   318     misrepresented as being the original software.
   319  3. This notice may not be removed or altered from any source distribution.
   320  
   321  
   322  9. ext/standard/uuencode
   323  
   324  Portions of this code are based on Berkeley's uuencode/uudecode
   325  implementation.
   326  
   327  Copyright (c) 1983, 1993
   328  The Regents of the University of California.  All rights reserved.
   329  
   330  Redistribution and use in source and binary forms, with or without
   331  modification, are permitted provided that the following conditions
   332  are met:
   333  1. Redistributions of source code must retain the above copyright
   334     notice, this list of conditions and the following disclaimer.
   335  2. Redistributions in binary form must reproduce the above copyright
   336     notice, this list of conditions and the following disclaimer in the
   337     documentation and/or other materials provided with the distribution.
   338  3. All advertising materials mentioning features or use of this software
   339     must display the following acknowledgement:
   340  This product includes software developed by the University of
   341  California, Berkeley and its contributors.
   342  4. Neither the name of the University nor the names of its contributors
   343     may be used to endorse or promote products derived from this software
   344     without specific prior written permission.
   345  
   346  THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   347  ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   348  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   349  ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
   350  FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   351  DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   352  OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   353  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   354  LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   355  OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   356  SUCH DAMAGE.
   357  
   358  
   359  10. main/snprintf.c
   360  
   361  Copyright (c) 2002, 2006 Todd C. Miller <Todd.Miller@courtesan.com>
   362  
   363  Permission to use, copy, modify, and distribute this software for any
   364  purpose with or without fee is hereby granted, provided that the above
   365  copyright notice and this permission notice appear in all copies.
   366  
   367  THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
   368  WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
   369  MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
   370  ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   371  WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
   372  ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
   373  OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   374  
   375  Sponsored in part by the Defense Advanced Research Projects
   376  Agency (DARPA) and Air Force Research Laboratory, Air Force
   377  Materiel Command, USAF, under agreement number F39502-99-1-0512.
   378  
   379  main/spprintf
   380  Copyright (c) 1995-1998 The Apache Group.  All rights reserved.
   381  
   382  Redistribution and use in source and binary forms, with or without
   383  modification, are permitted provided that the following conditions
   384  are met:
   385  
   386  1. Redistributions of source code must retain the above copyright
   387     notice, this list of conditions and the following disclaimer.
   388  
   389  2. Redistributions in binary form must reproduce the above copyright
   390     notice, this list of conditions and the following disclaimer in
   391     the documentation and/or other materials provided with the
   392     distribution.
   393  
   394  3. All advertising materials mentioning features or use of this
   395     software must display the following acknowledgment:
   396     "This product includes software developed by the Apache Group
   397     for use in the Apache HTTP server project (http://www.apache.org/)."
   398  
   399  4. The names "Apache Server" and "Apache Group" must not be used to
   400     endorse or promote products derived from this software without
   401     prior written permission.
   402  
   403  5. Redistributions of any form whatsoever must retain the following
   404     acknowledgment:
   405     "This product includes software developed by the Apache Group
   406     for use in the Apache HTTP server project (http://www.apache.org/)."
   407  
   408  THIS SOFTWARE IS PROVIDED BY THE APACHE GROUP ``AS IS'' AND ANY
   409  EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   410  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
   411  PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE APACHE GROUP OR
   412  ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   413  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
   414  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
   415  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   416  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
   417  STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   418  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
   419  OF THE POSSIBILITY OF SUCH DAMAGE.
   420  ====================================================================
   421  
   422  This software consists of voluntary contributions made by many
   423  individuals on behalf of the Apache Group and was originally based
   424  on public domain software written at the National Center for
   425  Supercomputing Applications, University of Illinois, Urbana-Champaign.
   426  For more information on the Apache Group and the Apache HTTP server
   427  project, please see <http://www.apache.org/>.
   428  
   429  This code is based on, and used with the permission of, the
   430  SIO stdio-replacement strx_* functions by Panos Tsirigotis
   431  <panos@alumni.cs.colorado.edu> for xinetd.
   432  
   433  
   434  11. main/strlcat
   435  12. main/strlcpy
   436  
   437  Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>
   438  All rights reserved.
   439  
   440  Redistribution and use in source and binary forms, with or without
   441  modification, are permitted provided that the following conditions
   442  are met:
   443  1. Redistributions of source code must retain the above copyright
   444     notice, this list of conditions and the following disclaimer.
   445  2. Redistributions in binary form must reproduce the above copyright
   446     notice, this list of conditions and the following disclaimer in the
   447     documentation and/or other materials provided with the distribution.
   448  3. The name of the author may not be used to endorse or promote products
   449     derived from this software without specific prior written permission.
   450  
   451  THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
   452  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
   453  AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL
   454  THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
   455  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
   456  PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
   457  OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
   458  WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
   459  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
   460  ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   461  
   462  
   463  13. libgd (ext/gd)
   464  
   465  * Portions copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
   466    2002, 2003, 2004 by Cold Spring Harbor Laboratory. Funded under
   467    Grant P41-RR02188 by the National Institutes of Health.
   468  
   469  * Portions copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
   470    2004 by Boutell.Com, Inc.
   471  
   472  * Portions relating to GD2 format copyright 1999, 2000, 2001, 2002,
   473    2003, 2004 Philip Warner.
   474  
   475  * Portions relating to PNG copyright 1999, 2000, 2001, 2002, 2003,
   476    2004 Greg Roelofs.
   477  
   478  * Portions relating to gdttf.c copyright 1999, 2000, 2001, 2002,
   479    2003, 2004 John Ellson (ellson@graphviz.org).
   480  
   481  * Portions relating to gdft.c copyright 2001, 2002, 2003, 2004 John
   482    Ellson (ellson@graphviz.org).
   483  
   484  * Portions copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
   485    Pierre-Alain Joye (pierre@libgd.org).
   486  
   487  * Portions relating to JPEG and to color quantization copyright
   488    2000, 2001, 2002, 2003, 2004, Doug Becker and copyright (C) 1994,
   489    1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 Thomas
   490    G. Lane. This software is based in part on the work of the
   491    Independent JPEG Group. See the file README-JPEG.TXT for more
   492    information.
   493  
   494  * Portions relating to GIF compression copyright 1989 by Jef
   495    Poskanzer and David Rowley, with modifications for thread safety
   496    by Thomas Boutell.
   497  
   498  * Portions relating to GIF decompression copyright 1990, 1991, 1993
   499    by David Koblas, with modifications for thread safety by Thomas
   500    Boutell.
   501  
   502  * Portions relating to WBMP copyright 2000, 2001, 2002, 2003, 2004
   503    Maurice Szmurlo and Johan Van den Brande.
   504  
   505  * Portions relating to GIF animations copyright 2004 Jaakko Hyvätti
   506    (jaakko.hyvatti@iki.fi)
   507  
   508  Permission has been granted to copy, distribute and modify gd in
   509  any context without fee, including a commercial application,
   510  provided that this notice is present in user-accessible supporting
   511  documentation.
   512  
   513  This does not affect your ownership of the derived work itself,
   514  and the intent is to assure proper credit for the authors of gd,
   515  not to interfere with your productive use of gd. If you have
   516  questions, ask. "Derived works" includes all programs that utilize
   517  the library. Credit must be given in user-accessible
   518  documentation.
   519  
   520  This software is provided "AS IS." The copyright holders disclaim
   521  all warranties, either express or implied, including but not
   522  limited to implied warranties of merchantability and fitness for a
   523  particular purpose, with respect to this code and accompanying
   524  documentation.
   525  
   526  Although their code does not appear in the current release, the
   527  authors wish to thank David Koblas, David Rowley, and Hutchison
   528  Avenue Software Corporation for their prior contributions.
   529  
   530  END OF COPYRIGHT STATEMENT
   531  
   532  
   533  14. ext/phar portions of tar implementations
   534  
   535  portions of tar implementations in ext/phar - phar_tar_octal() are based on an
   536  implementation by Tim Kientzle from libarchive, licensed with this license:
   537  
   538   Copyright (c) 2003-2007 Tim Kientzle
   539   All rights reserved.
   540  
   541   Redistribution and use in source and binary forms, with or without
   542   modification, are permitted provided that the following conditions
   543   are met:
   544   1. Redistributions of source code must retain the above copyright
   545      notice, this list of conditions and the following disclaimer.
   546   2. Redistributions in binary form must reproduce the above copyright
   547      notice, this list of conditions and the following disclaimer in the
   548      documentation and/or other materials provided with the distribution.
   549  
   550   THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS OR
   551   IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
   552   OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
   553   IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT,
   554   INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
   555   NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   556   DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   557   THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   558   (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
   559   THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   560  
   561  
   562  15. ext/phar/zip.c portion extracted from libzip
   563  
   564  zip_dirent.c -- read directory entry (local or central), clean dirent
   565  Copyright (C) 1999, 2003, 2004, 2005 Dieter Baron and Thomas Klausner
   566  
   567  This function is part of libzip, a library to manipulate ZIP archives.
   568  The authors can be contacted at <nih@giga.or.at>
   569  
   570  Redistribution and use in source and binary forms, with or without
   571  modification, are permitted provided that the following conditions
   572  are met:
   573  1. Redistributions of source code must retain the above copyright
   574     notice, this list of conditions and the following disclaimer.
   575  2. Redistributions in binary form must reproduce the above copyright
   576     notice, this list of conditions and the following disclaimer in
   577     the documentation and/or other materials provided with the
   578     distribution.
   579  3. The names of the authors may not be used to endorse or promote
   580     products derived from this software without specific prior
   581     written permission.
   582  
   583  THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS
   584  OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
   585  WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   586  ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
   587  DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   588  DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
   589  GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
   590  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
   591  IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
   592  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
   593  IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   594  
   595  
   596  17. ext/mbstring/ucgendat portions based on the ucgendat.c from the OpenLDAP
   597  
   598  The OpenLDAP Public License
   599    Version 2.8, 17 August 2003
   600  
   601  Redistribution and use of this software and associated documentation
   602  ("Software"), with or without modification, are permitted provided
   603  that the following conditions are met:
   604  
   605  1. Redistributions in source form must retain copyright statements
   606     and notices,
   607  
   608  2. Redistributions in binary form must reproduce applicable copyright
   609     statements and notices, this list of conditions, and the following
   610     disclaimer in the documentation and/or other materials provided
   611     with the distribution, and
   612  
   613  3. Redistributions must contain a verbatim copy of this document.
   614  
   615  The OpenLDAP Foundation may revise this license from time to time.
   616  Each revision is distinguished by a version number.  You may use
   617  this Software under terms of this license revision or under the
   618  terms of any subsequent revision of the license.
   619  
   620  THIS SOFTWARE IS PROVIDED BY THE OPENLDAP FOUNDATION AND ITS
   621  CONTRIBUTORS ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES,
   622  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
   623  AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT
   624  SHALL THE OPENLDAP FOUNDATION, ITS CONTRIBUTORS, OR THE AUTHOR(S)
   625  OR OWNER(S) OF THE SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT,
   626  INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
   627  BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
   628  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
   629  CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   630  LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
   631  ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
   632  POSSIBILITY OF SUCH DAMAGE.
   633  
   634  The names of the authors and copyright holders must not be used in
   635  advertising or otherwise to promote the sale, use or other dealing
   636  in this Software without specific, written prior permission.  Title
   637  to copyright in this Software shall at all times remain with copyright
   638  holders.
   639  
   640  OpenLDAP is a registered trademark of the OpenLDAP Foundation.
   641  
   642  Copyright 1999-2003 The OpenLDAP Foundation, Redwood City,
   643  California, USA.  All Rights Reserved.  Permission to copy and
   644  distribute verbatim copies of this document is granted.
   645  
   646  
   647  19. xxHash
   648  
   649  xxHash - Extremely Fast Hash algorithm
   650  Header File
   651  Copyright (C) 2012-2020 Yann Collet
   652  
   653  BSD 2-Clause License (https://www.opensource.org/licenses/bsd-license.php)
   654  
   655  Redistribution and use in source and binary forms, with or without
   656  modification, are permitted provided that the following conditions are
   657  met:
   658  
   659     * Redistributions of source code must retain the above copyright
   660       notice, this list of conditions and the following disclaimer.
   661     * Redistributions in binary form must reproduce the above
   662       copyright notice, this list of conditions and the following disclaimer
   663       in the documentation and/or other materials provided with the
   664       distribution.
   665  
   666  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   667  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   668  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
   669  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
   670  OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   671  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   672  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   673  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   674  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   675  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
   676  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   677  
   678  You can contact the author at:
   679    - xxHash homepage: https://www.xxhash.com
   680    - xxHash source repository: https://github.com/Cyan4973/xxHash